home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue27 / tiptrix / Dbrestr / AddU.dfm / AddU.txt
Encoding:
Text File  |  1997-05-02  |  1.5 KB  |  82 lines

  1. object AddF: TAddF
  2.   Left = 258
  3.   Top = 148
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Add Field'
  7.   ClientHeight = 266
  8.   ClientWidth = 351
  9.   Font.Color = clBlack
  10.   Font.Height = -12
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   TextHeight = 15
  17.   object Label1: TLabel
  18.     Left = 28
  19.     Top = 16
  20.     Width = 298
  21.     Height = 16
  22.     Alignment = taCenter
  23.     AutoSize = False
  24.     Caption = 'Field Name :'
  25.     Font.Color = clBlack
  26.     Font.Height = -15
  27.     Font.Name = 'Arial'
  28.     Font.Style = [fsBold, fsItalic]
  29.     ParentFont = False
  30.   end
  31.   object Label2: TLabel
  32.     Left = 28
  33.     Top = 106
  34.     Width = 305
  35.     Height = 17
  36.     Alignment = taCenter
  37.     AutoSize = False
  38.     Caption = 'Field Type :'
  39.     Font.Color = clBlack
  40.     Font.Height = -15
  41.     Font.Name = 'Arial'
  42.     Font.Style = [fsBold, fsItalic]
  43.     ParentFont = False
  44.   end
  45.   object Edit1: TEdit
  46.     Left = 94
  47.     Top = 42
  48.     Width = 164
  49.     Height = 22
  50.     TabOrder = 0
  51.   end
  52.   object BitBtn1: TBitBtn
  53.     Left = 56
  54.     Top = 217
  55.     Width = 79
  56.     Height = 29
  57.     TabOrder = 1
  58.     Kind = bkOK
  59.   end
  60.   object BitBtn2: TBitBtn
  61.     Left = 219
  62.     Top = 217
  63.     Width = 78
  64.     Height = 29
  65.     TabOrder = 2
  66.     Kind = bkCancel
  67.   end
  68.   object ComboBox1: TComboBox
  69.     Left = 99
  70.     Top = 134
  71.     Width = 156
  72.     Height = 23
  73.     Style = csDropDownList
  74.     DropDownCount = 2
  75.     ItemHeight = 15
  76.     Items.Strings = (
  77.       'String'
  78.       'Integer')
  79.     TabOrder = 3
  80.   end
  81. end
  82.